projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf8593
)
(basic-save-buffer): Call vc-after-save.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Aug 1995 19:06:19 +0000
(19:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Aug 1995 19:06:19 +0000
(19:06 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index f852f21640cdc390d7c8987e2dcb06cae6bb4e92..8cb1a66183ac08838631a7cd6ea5fba420121d2d 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1758,6
+1758,8
@@
the last real save, but optional arg FORCE non-nil means delete anyway."
;; If the auto-save file was recent before this command,
;; delete it now.
(delete-auto-save-file-if-necessary recent-save)
+ ;; Support VC `implicit' locking.
+ (vc-after-save)
(run-hooks 'after-save-hook))
(message "(No changes need to be saved)"))))